home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo This batch file saves Secure Notes Organizer settings
- echo from the registry to file notes_settings.reg in current directory.
- echo.
- echo.
- echo.
- regedit /e notes_settings.reg "HKEY_CURRENT_USER\Software\SecureAction\Secure Notes Organizer"
- echo Settings successfully saved !
- echo To restore they run batch file RestoreSettings.bat
- echo Press any key to exit.
- pause > NUL
-